x86emul: remove dead code
authorJan Beulich <jbeulich@suse.com>
Tue, 16 Aug 2016 13:34:13 +0000 (15:34 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 16 Aug 2016 13:34:13 +0000 (15:34 +0200)
commit8b0436ff52f95e4cc6cac0393b57b7a626d4a8aa
tree754beee443602af7515cecaf9dab52dd05636b7c
parent1f848de6f229e2b3a5aa84399d2639a958a6e945
x86emul: remove dead code

As of commit 989cdfa9b4 ("x86emul: don't special case fetching unsigned
8-bit immediates") the conditional being removed has been always false.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c